Anonymize(string,string,string,bool,List<AnonymizationKey>) Method

Summary
Anonymizes the specified directory, searching for files with the specified pattern.
Syntax
C#
C++/CLI
public virtual void Anonymize( 
   string searchDirectory, 
   string pattern, 
   string outputDir, 
   bool allDirectories, 
   List<AnonymizationKey> anonymizationKeys 
) 
public: 
virtual void Anonymize(  
   String^ searchDirectory, 
   String^ pattern, 
   String^ outputDir, 
   bool allDirectories, 
   List<AnonymizationKey^>^ anonymizationKeys 
)  

Parameters

searchDirectory
The search directory to look for DICOM files.

pattern
The pattern to search for.

outputDir
The output directory for the anonymized files.

allDirectories
if set to true search all directories otherwise only the top level directory.

anonymizationKeys
The anonymization keys used to find unique keys to maintain across files.

Remarks

If anonymization keys is defined as null the default anonymization keys will be used.

Requirements

Target Platforms

Help Version 22.0.2023.1.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Common Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.